home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / omnia201.iso / mondo3d / flashop.dir / 00244_Script_popup manip < prev   
Text File  |  2000-10-18  |  2KB  |  47 lines

  1.  
  2. on mousedown
  3.   repeat with  lockV =150 down to 138
  4.     repeat with nm = 88 to 92
  5.       set gennemanip to the locV of sprite nm
  6.       set the loc of sprite nm to point (557,gennemanip + 3)
  7.       updateStage
  8.     end repeat
  9.   end repeat
  10. end
  11.  
  12. on mouseupoutside 
  13.   set  the loc of sprite 81 to point (640,207)
  14.   set  the loc of sprite 88 to point (640,98)
  15.   set  the loc of sprite 89 to point (640,100)
  16.   set  the loc of sprite 90 to point (640,115)
  17.   set  the loc of sprite 91 to point (640,130)  
  18.   set  the loc of sprite 92 to point (640,145)  
  19.   set  the loc of sprite 67 to point (640,145)
  20.   set  the loc of sprite 83 to point (640,221)
  21.   set  the loc of sprite 82 to point (640,206)
  22.   set  the loc of sprite 84 to point (640,236)
  23.   set  the loc of sprite 85 to point (640,251)
  24.   set  the loc of sprite 63 to point (640,316)
  25.   set  the loc of sprite 64 to point (640,315)
  26.   set  the loc of sprite 65 to point (640,330)
  27.   set  the loc of sprite 66 to point (640,345)
  28.   
  29. end
  30.  
  31. on mouseup
  32.   set  the loc of sprite 81 to point (640,207)
  33.   set  the loc of sprite 88 to point (640,98)
  34.   set  the loc of sprite 89 to point (640,100)
  35.   set  the loc of sprite 90 to point (640,115)
  36.   set  the loc of sprite 91 to point (640,130)  
  37.   set  the loc of sprite 92 to point (640,145)  
  38.   set  the loc of sprite 67 to point (640,145)
  39.   set  the loc of sprite 83 to point (640,221)
  40.   set  the loc of sprite 82 to point (640,206)
  41.   set  the loc of sprite 84 to point (640,236)
  42.   set  the loc of sprite 85 to point (640,251)
  43.   set  the loc of sprite 63 to point (640,316)
  44.   set  the loc of sprite 64 to point (640,315)
  45.   set  the loc of sprite 65 to point (640,330)
  46.   set  the loc of sprite 66 to point (640,345)
  47. end